Skip to main content

All Questions

4votes
1answer
142views

Path Finder Maze

The goal of my code was to find all possible moves from each open position in the maze (@moves_hash), assign it a value for how many moves it would take to get to ...
kobetastic's user avatar
2votes
1answer
63views

Printing polynomials

I am taking a class on ruby and our assignment is to take user input and print out a polynomial. Wondering if I can get any feedback to how to improve my code. ...
Aaron's user avatar

close